var runtime.tmpbuf
13 uses
runtime (current package)
heapdump.go#L69: var tmpbuf []byte
heapdump.go#L717: if tmpbuf != nil {
heapdump.go#L718: sysFree(unsafe.Pointer(&tmpbuf[0]), uintptr(len(tmpbuf)), &memstats.other_sys)
heapdump.go#L719: tmpbuf = nil
heapdump.go#L734: if uintptr(len(tmpbuf)) < nptr/8+1 {
heapdump.go#L735: if tmpbuf != nil {
heapdump.go#L736: sysFree(unsafe.Pointer(&tmpbuf[0]), uintptr(len(tmpbuf)), &memstats.other_sys)
heapdump.go#L743: tmpbuf = (*[1 << 30]byte)(p)[:n]
heapdump.go#L746: clear(tmpbuf[:nptr/8+1])
heapdump.go#L755: tmpbuf[i/8] |= 1 << (i % 8)
heapdump.go#L757: return bitvector{int32(nptr), &tmpbuf[0]}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |